home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 1999 September / DPPCPRO0999.ISO / Macromed / Flash2 / CD Extras / WebTools / JBS.DXR / 00226_PC entry frame.ls < prev    next >
Encoding:
Text File  |  1997-04-13  |  161 b   |  12 lines

  1. on exitFrame
  2.   global introExitTime
  3.   if the mouseDown then
  4.     go(3)
  5.   end if
  6.   if the ticks < introExitTime then
  7.     go(frame())
  8.   else
  9.     go(3)
  10.   end if
  11. end
  12.